home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / lists / lindex < prev    next >
Encoding:
Text File  |  1992-12-17  |  621 b   |  11 lines

  1.           lindex list index
  2.                Treats  list  as  a  Tcl  list and returns the index'th
  3.                element from it (0 refers to the first element  of  the
  4.                list).   In extracting the element, lindex observes the
  5.                same rules concerning braces and quotes and backslashes
  6.                as  the  Tcl  command  interpreter;  however,  variable
  7.                substitution and command substitution do not occur.  If
  8.                index  is  negative  or  greater  than  or equal to the
  9.                number of elements in value, then an  empty  string  is
  10.                returned.
  11.